-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[blocked by #3748] update logging docs #3886
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…experiment_tracking to loggers
edenlightning
changed the title
update logging docs
[blocked by #3748] update logging docs
Oct 6, 2020
Need to rename once #3748 is merged. |
Codecov Report
@@ Coverage Diff @@
## master #3886 +/- ##
=======================================
+ Coverage 84% 87% +3%
=======================================
Files 119 117 -2
Lines 9764 9262 -502
=======================================
- Hits 8169 8028 -141
+ Misses 1595 1234 -361 |
* extensive mlflow test * revert accidental commits
* Fix docs for auto_lr_find * change testcode to codeblock we are not showing a complete example here
* ref * Mocking Loggers (part 3c, comet) (#3859) * mock comet * new line
* fix docker repo issue * docker * docker * docker * no cudnn * no cudnn * try 16.04 Co-authored-by: Jirka Borovec <[email protected]>
* fix lr finder * changelog * add test
include mkpatch fix test
* Rename row_log_interval -> log_every_n_steps log_save_interval -> flush_logs_every_n_steps * Changelog * fixed title underline length * typo * Update pytorch_lightning/trainer/trainer.py Co-authored-by: Jirka Borovec <[email protected]> * Update pytorch_lightning/trainer/trainer.py Co-authored-by: Jirka Borovec <[email protected]> * pep8 + deprecation test * 'todo: remove in 1.1 comment' * 1.1 -> 0.11 * log * docs * depr API * add depr tests * note * miss Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
* Makes sure logging doesn't ever happen from non-root zero * Makes sure logging doesn't ever happen from non-root zero * Makes sure logging doesn't ever happen from non-root zero * added bug report model * fix local model * fix local model * fix local model * fix local model
* tpu device check * replaced with xmp spawn * Revert "replaced with xmp spawn" This reverts commit 6835380 * replaced all instances of XLA_AVAILABLE * moved inner_f to global scope * made refactors * added changelog * added TPU_AVAILABLE variable * fix codefactor issues * removed form trainer and early stopping * add TORCHXLA_AVAILABLE check * added tests * refactoring * Update pytorch_lightning/utilities/xla_device_utils.py Co-authored-by: Adrian Wälchli <[email protected]> * updated function names * fixed bug * updated CHANGELOG.md * added todo * added type hints * isort and black Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: William Falcon <[email protected]>
* add current epoch to __dumped_params * log * reset * add to test * Update CHANGELOG.md Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Nicki Skafte <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]>
* nb steps * if * skip * rev * seed * seed
* Added test for logging in validation step when using dict dataset with string value * fix recursive issue * fix recursive issue Co-authored-by: Nathan Painchaud <[email protected]> Co-authored-by: William Falcon <[email protected]>
…experiment_tracking to loggers
Hello @edenlightning! Thanks for updating this PR.
Comment last updated at 2020-10-06 21:01:21 UTC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Closes #1394, #3799
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃